nav .navbar .links li:first-child a {
    color: #000000d4;
}

nav .navbar .links li:nth-child(2) a {
    color: #e07c35;
}



.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 400px;
    background: linear-gradient(rgba(7, 17, 47, 0.473), rgba(7, 18, 68, 0.325)), url(../images/About\ Us.jpg);
    background-position: center;
    background-size: 100%;
    text-align: center;
    margin-top: -120px;
}

.sec1a h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 300px;
}

.sec5 {
    padding-top: 80px;
}

@media screen and (max-width: 900px) {


    .sec1a {
        height: 300px;
        margin-top: -120px;
        background-size: cover;
    }

    .sec1a h1 {
        font-size: 28px;
        margin-top: 30px;
        padding-top: 250px;
    }


    .more-sec {
        margin-top: -0px;
    }

    .more-sec p {
        font-size: 14px;
    }

    nav .navbar .links li:first-child a {
        color: #ffffffd4;
    }


}